func math.cos

2 uses

	math (current package)
		sin.go#L122: 	return cos(x)
		sin.go#L125: func cos(x float64) float64 {